The RowColCollection<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method Add (Inherited from Collection<(Of <(<'T>)>)>.)
Public method Clear (Inherited from Collection<(Of <(<'T>)>)>.)
Public method Contains (Inherited from Collection<(Of <(<'T>)>)>.)
Public method CopyTo (Inherited from Collection<(Of <(<'T>)>)>.)
Public method DeferNotifications
Suspends notifications until the returned IDisposable object is disposed.
Public method Equals (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<(Of <(<'T>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<(Of <(<'T>)>)>.)
Public method Insert (Inherited from Collection<(Of <(<'T>)>)>.)
Public method Remove (Inherited from Collection<(Of <(<'T>)>)>.)
Public method RemoveAt (Inherited from Collection<(Of <(<'T>)>)>.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Count (Inherited from Collection<(Of <(<'T>)>)>.)
Public property DefaultSize
Gets or sets a value that indicates the size (width or height) in pixels for row and column objects in this collection.
Public property Frozen
Gets or sets the number of frozen rows or columns in the collection.
Public property Item (Inherited from Collection<(Of <(<'T>)>)>.)
Public property MaxGroupLevel
Gets the maximum group level present in the grid.
Public property MaxSize
Gets or sets a value that indicates the maximum size (width or height) in pixels for row and column objects in this collection.
Public property MinSize
Gets or sets a value that indicates the minimum size (width or height) in pixels for row and column objects in this collection.

Events

  Name Description
Public event CollectionChanged (Inherited from ObservableCollection<(Of <(<'T>)>)>.)

See Also